pggeodb.nancy.inra.fr/db_woodseer - db_woodseer on pggeodb.nancy.inra.fr
Previous topic Chapter index Next topic

Foreign Key: c_fk_nobj_obj

 

 

Schema

public

 

Table

t_object_obj

 

Descriptions

An object is link to 1 and only 1 nature of object

 

Definition

FOREIGN KEY (obj_nobj_id)
   REFERENCES public.tr_nature_object_nobj(nobj_id)
   ON DELETE NO ACTION
   ON UPDATE NO ACTION
   NOT DEFERRABLE

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 07/12/2018 13:23
Previous topic Chapter index Next topic